How do I execute standard Unix or Linux shell commands using Python? Is there a command to invoke Unix commands using Python programs? You can execute the command in a subshell using os.system(). This will call the Standard C function system(). This funct